Anywhere to learn C++?

Category: Geeks r Us

Post 1 by blindncool (Zone BBS Addict) on Saturday, 07-Jan-2012 23:42:50

Ok. I've always wanted to learn C++. Is there any site that will help me learn the language?

Post 2 by blindncool (Zone BBS Addict) on Saturday, 07-Jan-2012 23:44:14

P.s. Is there any site that will help me learn it for free?

Post 3 by The Roman Battle Mask (Making great use of my Employer's time.) on Saturday, 07-Jan-2012 23:48:44

If you already know how to program look at "thinking in c++ volume 1" on the following page.
http://www.ibiblio.org/pub/docs/books/eckel/

Post 4 by blindncool (Zone BBS Addict) on Sunday, 08-Jan-2012 18:34:09

No, I don't know how to program. Although, I want to. Are there any sites to help beginners at programming C++?

Post 5 by josl (Generic Zoner) on Monday, 09-Jan-2012 2:39:39

I think before we get to C++, we might want to focus on basic concepts in programming skills or get comfortable with markup languages such as HTML; I think starting with HTML would be the best bet, as you can experiment with a lot of basic marking tools and see coding in an instant.
Learning any programming language (C++, Java, Python, etc.) is like learning a foreign language. You start with basic ways of talking to a computer and work your way up the ladder (what to do in certain events or writing programs within programs) to more advanced things like various ways to troubleshoot programming errors and such. I think it'd be better if we discuss this on a dedicated programmers list - one such list (which I'm a part of) is a list called programming-l. There are a number of C++ and programming gurus there so you can ask any questions about getting started in programming.
//JL

Post 6 by josl (Generic Zoner) on Monday, 09-Jan-2012 2:41:17

BTW, I forgot to add a number of resources for you - but I think learning with a tutor would be the best course for you:
C++ Reference: www.cplusplus.com
C++ A Gialog by Steve Heller (forgot the URL, sorry).
//JL

Post 7 by Razeem (Account disabled) on Monday, 09-Jan-2012 8:29:38

How about learning PHP? Any free guides on that?

Post 8 by wildebrew (We promised the world we'd tame it, what were we hoping for?) on Monday, 09-Jan-2012 12:17:06

For those of you with Bookshare memberships (or able to get them), there are some great books on programming there.
Teach yourself c++ in 21 days is one, just search it and you'll find it. It's a tough text, but very good.
They have resources of PHP as well.
Also check www.nonvisualdevelopment.org for further blind programming resources.
There's no need to go first through html or scripting to learn programming, if you are able and willing to do the practices and put in the time and effort required, but it is also a good choice.
I would not say HTML is a good choice, it doesn't teach you many programming concepts, but a script language like Perl or PHP might be a good start.

Post 9 by Razeem (Account disabled) on Monday, 09-Jan-2012 17:45:14

I'm in the UK; I don't have membership

Post 10 by Chazuke (Generic Zoner) on Tuesday, 10-Jan-2012 12:56:32

I was looking into learning C++ a few months ago and found this site to be pretty basic and simple.

http://www.cprogramming.com/begin.html?utm_source=newletter&utm_medium=email&utm_campaign=first-followup

Post 11 by sorressean (Zone BBS Addict) on Tuesday, 10-Jan-2012 13:59:47

Hello:
I've been using c++ for a few years.
First, to address the html thing:
HTML is mearly a markup language, nothing more. Learning HTML will not help you "learn to program," because it's not a programming language. It's just a set of elements that your browser can use to render pages.

Second, if you want to learn PHP, check out the guide on php.net
Finally: You can learn c++ from thinking in c++, which was already linked to. Skip chapter 1 and go on.
If anyone has any questions, I recommend you check out program-l, or see my profile; I don't minhd helping people get started over msn/etc, all of which is listed there.

Post 12 by blindncool (Zone BBS Addict) on Monday, 30-Jan-2012 16:24:25

Thanks all of you. My first (full-lenght) program, which will (hopefully) be a mud client (I'm looking for MushClient's source code), will be available when it is done. Email me and I'll send you a copy (when it is done). I don't have a bookshare acount, but I'm still looking for resources.

Post 13 by wildebrew (We promised the world we'd tame it, what were we hoping for?) on Monday, 30-Jan-2012 17:23:29

Well, not to rain on any parade, but this sounds a bit like you wanting to write a 12-novel epic fantasy after your first English lesson. You're not going to start writing any type of computer games or anything big overnight, and thinking that is your short-term goal may cause a lot of frustration for you and make it less likely for you to succeed. Start with small stuff and work your way up. Keep your eye on the prize, for sure, but don't forget this is easier said than done, otherwise you would not be able to make a decent living off it, and take your time and start with smaller projects. This stuff really does not come overnight.

Post 14 by illumination (Darkness is history.) on Monday, 30-Jan-2012 22:46:18

W3 schools is also a good web site.

Post 15 by LeoGuardian (You mean there is something outside of this room with my computer in it?) on Monday, 30-Jan-2012 23:15:03

Not for C++ though.
You can get an elementary tutorial on Java script there though.